.wrapper {
	POSITION: relative; MARGIN: 0px auto; WIDTH: 1100px
}
#banner {
	POSITION: relative;
	WIDTH: 100%;
	HEIGHT: 440px;
	OVERFLOW: hidden;
	font-family: "arial";
}
#banner_img {
	POSITION: relative; DISPLAY: block
}
#banner_img LI {
	POSITION: absolute; WIDTH: 100%; DISPLAY: none; BACKGROUND-POSITION: center 50%; HEIGHT: 440px; TOP: 0px; LEFT: 0px; background-size: cover
}
#banner_img LI.item1 {
	DISPLAY: block; BACKGROUND: url(banner1.jpg) no-repeat 50% 0px
}
#banner_img LI.item2 {
	BACKGROUND: url(banner2.jpg) no-repeat 50% 0px
}
#banner_img LI.item3 {
	BACKGROUND: url(banner3.jpg) no-repeat 50% 0px
}
#banner_img LI.item4 {
	BACKGROUND: url(banner4.jpg) no-repeat 50% 0px
}
#banner_img LI.item5 {
	BACKGROUND: url(banner5.jpg) no-repeat 50% 0px
}
#banner_img .ad_img {
	POSITION: absolute; WIDTH: 506px; HEIGHT: 450px; RIGHT: 10px
}
#banner_img .ad_txt {
	POSITION: absolute; MARGIN-TOP: 100px; COLOR: #fff; LEFT: 10px
}
#banner_img .ad_txt A {
	TEXT-ALIGN: center; LINE-HEIGHT: 25px; MARGIN-TOP: 35px; WIDTH: 100px; DISPLAY: block; BACKGROUND: #fff; HEIGHT: 25px; COLOR: #666; TEXT-DECORATION: none; text-shadow: none
}
#banner_ctr {
	Z-INDEX: 1; POSITION: absolute; WIDTH: 1300px; BOTTOM: 30px; MARGIN-LEFT: -550px; LEFT: 50%
}
#banner_ctr UL {
	POSITION: relative; LINE-HEIGHT: 0; MARGIN: 0px auto; HEIGHT: 30px; FONT-SIZE: 0px
}
#banner_ctr LI {
	MARGIN: 10px 8px 10px 7px; WIDTH: 13px; DISPLAY: block; BACKGROUND: #969696; FLOAT: left; HEIGHT: 13px; CURSOR: pointer; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px
}
#banner_ctr LI.first-item {
	BACKGROUND: #495f9b
}
